home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / cdev / sludge.sit / Source Code / Parasite_Manager.h < prev    next >
Text File  |  1999-10-07  |  2KB  |  35 lines

  1. /*ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ
  2.   Ñ                                                                           Ñ
  3.   Ñ   File Name:    Parasite_Manager.h                                          Ñ
  4.   Ñ   ----------                                                              Ñ
  5.   Ñ                                                                           Ñ
  6.   Ñ   Copyright ⌐ 1990 Apple Computer, Inc.  All Rights Reserved              Ñ
  7.   Ñ                                                                           Ñ
  8.   Ñ       Description                                                         Ñ
  9.   Ñ       -----------                                                         Ñ
  10.   Ñ       This file contains the public interface to the parasite manager.      Ñ
  11.   Ñ          The parasite manager will install and remove the SLUDGE parasite.   Ñ
  12.   Ñ          The SLUDGE parasite is what slows down the machine.                  Ñ
  13.   Ñ                                                                           Ñ
  14.   Ñ       History                                                             Ñ
  15.   Ñ       -------                                                             Ñ
  16.   Ñ                                                                           Ñ
  17.   Ñ       Author          Date            Description                         Ñ
  18.   Ñ       ------------------------------------------------------------------  Ñ
  19.   Ñ       Kevin McEntee   2/20/90         Original Implementation             Ñ
  20.   Ñ                                                                           Ñ
  21.   Ñ                                                                           Ñ
  22.   ÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑÑ*/
  23.  
  24. #ifndef        __PMAN__
  25. #define        __PMAN__
  26.  
  27.  
  28.  
  29. void Install(Handle cdevStorage, long Sludge_Factor);
  30.  
  31. void remove(Handle cdevStorage);
  32.  
  33. #endif
  34.  
  35.